Speedcoding - definição. O que é Speedcoding. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é Speedcoding - definição

PROGRAMMING LANGUAGE
Speed Coding; Speedcode; IBM Type 701 Speedcoding System; Speedcoding System; Speedcoding system; IBM Speedcoding system; IBM Speedcoding; IBM SpeedCo; SpeedCo I; SpeedCo

Speedcoding         
<language> A pseudocode interpreter for mathematics on IBM 701 and IBM 650 written by John Backus in 1953. [Sammet 1969, p. 130]. (2000-03-27)
Speedcoding 3      
<language> [Listed in CACM 2(5):16, May 1959]. (2000-03-27)

Wikipédia

Speedcoding

Speedcoding, Speedcode or SpeedCo was the first high-level programming language created for an IBM computer. The language was developed by John W. Backus in 1953 for the IBM 701 to support computation with floating point numbers.

The idea arose from the difficulty of programming the IBM SSEC machine when Backus was hired to calculate astronomical positions in early 1950. The speedcoding system was an interpreter and focused on ease of use at the expense of system resources. It provided pseudo-instructions for common mathematical functions: logarithms, exponentiation, and trigonometric operations. The resident software analyzed pseudo-instructions one by one and called the appropriate subroutine. Speedcoding was also the first implementation of decimal input/output operations. Although it substantially reduced the effort of writing many jobs, the running time of a program that was written with the help of Speedcoding was usually ten to twenty times that of machine code. The interpreter took 310 memory words, about 30% of the memory available on a 701.